home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / BostonBusinessComputing / bbc / README.EDT+ < prev    next >
Text File  |  2000-02-11  |  7KB  |  182 lines

  1.                                    README
  2.                                    ======
  3.  
  4.  
  5.                              EDT+ version 7.32
  6.  
  7.             Copyright 1985-1999 Boston Business Computing, Ltd.
  8.  
  9. 1. Introduction
  10. ===============
  11.  
  12.    Thank you for selecting EDT+ from Boston Business Computing, Ltd.
  13.  
  14.    This file contains the following sections:
  15.  
  16.       1. Introduction
  17.       2. Installation
  18.       3. Technical Support
  19.       4. EDT+ and UNIX Window Systems
  20.       5. Startup Command Files
  21.       6. Known Problems and Limitations
  22.  
  23.    The documentation for EDT+ consists of the "EDT+ Reference Guide", the
  24.    "Installation and Troubleshooting" booklet, the online EDT+ help library,
  25.    and the online UNIX man page.
  26.  
  27.    The ID.EDT+ file describes all files in the EDT+ release.
  28.  
  29.  
  30. 2. Installation
  31. ===============
  32.  
  33.    Please refer to the "Installation and Troubleshooting" booklet.
  34.  
  35.  
  36. 3. Technical Support
  37. ====================
  38.  
  39.    Purchasing EDT+ entitles you to sixty days of free phone support via our
  40.    Technical Support Line.  The support line can be reached at (978)
  41.    725-3222.  Hours are 9:00-5:00 (Eastern) Monday through Friday.  Please
  42.    have your product serial number or maintenance authorization number
  43.    available when you call.  If you prefer, you may communicate problems,
  44.    questions, or enhancement requests via FAX (send to EDT+ Support at (978)
  45.    725-3229) or email (sales@bosbc.com).  We make every effort to respond to
  46.    queries from supported customers within two business days.
  47.  
  48.    Extended support can be purchased for an additional charge.  Extended
  49.    support entitles you to access to the Technical Support Line, priority
  50.    bug fixes and free maintenance updates during the term of the support
  51.    period.  Please contact our sales department for pricing.
  52.  
  53.    Customers who are not on support may communicate problems, questions or
  54.    enhancement requests via FAX or email (see above).
  55.  
  56.  
  57. 4. EDT+ and UNIX Window Systems
  58. ===============================
  59.  
  60.    When EDT+ runs in a UNIX windows environment it will usually open an
  61.    `xterm' window with the application name "bbc".  This window uses the
  62.    file /usr/lib/bbc/xdefaults to define the keypad similarly to a DEC
  63.    vt-style terminal.  Without this xdefaults file we do not guarantee that
  64.    the keypad will be mapped correctly.  The following situations will cause
  65.    EDT+ to display in the current window, ignoring the settings in the
  66.    xdefaults file:
  67.  
  68.       1.  Use the program `bbcxterm' as your default command shell window.
  69.           `bbcxterm' starts your standard `xterm' program with keys
  70.           redefined similarly to a vt100.
  71.  
  72.       2.  Set the environment variable "BBCNOX" to 1
  73.  
  74.       3.  Unset the DISPLAY environment variable
  75.  
  76.       4.  Invoke EDT+ as `edt -nodisplay'
  77.  
  78.    It is possible that some keys on your keypad will be defined by the
  79.    window manager, making it impossible for EDT+ to redefine them.  For
  80.    instance, you may find that the KEYPAD key minimizes the EDT+ window
  81.    instead of moving to the next line.  In this situation it will be
  82.    necessary to investigate your window manager documentation for
  83.    instructions on redefining that key.
  84.  
  85.    If you experience problems with the Num Lock key such as it having no
  86.    effect or toggling the keypad into numeric mode, then this is probably a
  87.    result of interference from the window manager.  In this case, the
  88.    function keys F1 - F4 function keys keys should be used as alternatives
  89.    to the four keys on the top of the numeric keypad.  The `edtcode' program
  90.    can be used to determine specific key assignments.
  91.  
  92.    The program `/usr/lib/bbc/fixnumlock' can also be used to change the
  93.    behavior of Num Lock under many X Window managers.  This program will
  94.    clear the "special" meaning of Num Lock and allow it to be used as a
  95.    normal key by EDT+.  Be advised that, although the Num Lock light may
  96.    still operate, it is likely that the Num Lock will not toggle the
  97.    behavior of your keypad after running this program.
  98.  
  99.  
  100. 5. Startup Command Files
  101. ========================
  102.  
  103.    The system-wide startup command file for EDT+ is /usr/lib/bbc/edtini.edt.
  104.    This file contains EDT+ line-mode commands that configure various aspects
  105.    of EDT+.  The last line in this file is:
  106.  
  107.       set command ~/edtini.edt
  108.  
  109.    This command directs EDT+ to read the edtini.edt file in the user's home
  110.    directory.  This allows each user to configure their own editing session
  111.    without affecting the other users on the system.  Please note that this
  112.    *must* be the last line in the system wide initialization file.  Any
  113.    commands entered beyond this command will be ignored.
  114.  
  115.       *Important*: Do not copy the system wide initialization file to
  116.       your home directory.  If the file edtini.edt does not exist in your
  117.       home directory, you must create it.  If you copy the system wide
  118.       initialization file to your home directory, EDT+ will execute an
  119.       infinite loop when beginning an editing session.
  120.  
  121.    We have also included with this release a file called edtcmnd.new.  This
  122.    file is located in the BBC library directory and contains advanced key
  123.    definitions that can be made part of a user's session with EDT+ by just
  124.    including them into their own edtini.edt file.  The edtcmnd.new file
  125.    contains key definitions for the following:
  126.  
  127.       GOLD W
  128.          open an new window
  129.  
  130.       GOLD B
  131.          open a window to a specified buffer input by the user
  132.  
  133.       GOLD O
  134.          move to other window
  135.  
  136.       GOLD CTRL O
  137.          close inactive window
  138.  
  139.       GOLD A
  140.          repeat last edit
  141.  
  142.       GOLD U
  143.          undo previous deletions
  144.  
  145.       GOLD C
  146.          cancel the undo
  147.  
  148.       GOLD G
  149.          switch to specified buffer
  150.  
  151.       GOLD E
  152.          edit a file in a buffer by the same name
  153.  
  154.       CTRL N
  155.          edit the next file in the queue
  156.  
  157.       CTRL P
  158.          edit previous file in the queue
  159.  
  160.       GOLD S
  161.          substitute first entry with second entry
  162.  
  163.       GOLD N
  164.          substitute next
  165.  
  166.       GOLD CTRL E
  167.          edit a new file into a buffer, and open a window to display it
  168.  
  169.       GOLD R
  170.          shell out to operating system and run a program input by the user
  171.  
  172.    You may want to modify some of these definitions to perform additional
  173.    functions to suit your needs.
  174.  
  175.  
  176. 6. Known Problems and Limitations
  177. =================================
  178.  
  179.    Redirecting the output of `edtcode' to a file as mentioned in the EDT+
  180.    manual produces a zero-length file when edtcode is invoked in an
  181.    X-Windows environment.  `edtcode' behaves correctly otherwise.
  182.